June 2024
Understanding React Compiler
A great theoretical article about transpilers, compilers, optimizers. What they are how they work, and mostly how React Compiler works.
A great theoretical article about transpilers, compilers, optimizers. What they are how they work, and mostly how React Compiler works.
Discover with concrete exemple how react compiler works and why you won't have to use the memo and callback hooks. The react seems to continue to want simplify the DX, and if we can improve the performances at the same time, seems a win-win to me.